-
Notifications
You must be signed in to change notification settings - Fork 285
DOC-5150 and DOC-5151 JavaScript and C# vector json examples #1471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dwdougherty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coupla nits. Otherwise, LGTM.
|
|
||
| [Redis Query Engine]({{< relref "/develop/interact/search-and-query" >}}) | ||
| lets you index vector fields in [hash]({{< relref "/develop/data-types/hashes" >}}) | ||
| enables you to index vector fields in [hash]({{< relref "/develop/data-types/hashes" >}}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the SG prefers "lets you", if I read that correctly. Not a big deal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dwdougherty This is what I get for asking Cursor for style advice :-( It actually said that the guide prefers "enables" (which it doesn't, you are correct), and it has rewritten some of the other stuff in a way that I'm not sure is better. It's as well I checked the text again because I've now noticed it has even trashed some quite useful links (I've added them back in now).
I'll be more careful next time I try using AI for this sort of thing!
Co-authored-by: David Dougherty <[email protected]>
|
@dwdougherty Thanks for the review! |
DOC-5150 and DOC-5151
For the C# examples, I'm not sure if it's clearer to define the
GetEmbeddingandGetFloatEmbeddingfunctions the way I have, or if it would be better to have theGetFloatEmbeddingas it is with another function to convert the result to a binary string. I guess it doesn't make much difference but I'd be happy to hear any thoughts about whether one approach is better than the other.